Add a `cargo run` command
authorAlex Crichton <alex@alexcrichton.com>
Sun, 13 Jul 2014 18:47:37 +0000 (11:47 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 14 Jul 2014 13:40:51 +0000 (06:40 -0700)
commita64b9073f483ffc27b777708d495d718b4bb9f81
tree5103a6f5b69aa026fec70d896a811a0eb6573843
parentec0895b4605061d9af321e6800dcdb6544281e3d
Add a `cargo run` command

This currently only supports executing the `src/main.rs` convention, no other.

Close #149
Makefile
src/bin/cargo-build.rs
src/bin/cargo-run.rs [new file with mode: 0644]
src/bin/cargo-test.rs
src/bin/cargo.rs
src/cargo/ops/cargo_compile.rs
src/cargo/ops/cargo_run.rs [new file with mode: 0644]
src/cargo/ops/mod.rs
tests/test_cargo_run.rs [new file with mode: 0644]
tests/tests.rs